| Name | Description | |
|---|---|---|
![]() | pMvC | |
![]() | QMvC |
The following tables list the members exposed by NElementMediaExporter<TContent>.
| Name | Description | |
|---|---|---|
![]() | Content | Gets the exported element |
![]() | Resolution | Gets or sets the desired export resolution for converting between lenght and pixel measures. |
| Name | Description | |
|---|---|---|
![]() | ExportedContent | Gets the actual element that is going to be expored. |
![]() | ExportMediaDocument | Gets the document used for export. |
| Name | Description | |
|---|---|---|
![]() | ShowDialogAndSaveToFileAsync | Shows a preview of the media export and saves it to the specified file when the user clicks on the OK button. The dialog has OK/Cancel buttons and no other buttons for export, since the action is focused on saving the exported content to file. |
![]() | ShowDialogAsync | Shows a preview of the media export. The dialog has actions for performing the export to different targets (clipbard, user selected files etc.) The dialog only has Close button, so the returned promise has no window result. |
| Name | Description | |
|---|---|---|
![]() | CanSaveToFile | Defines whether this exporter supports export to file functionality (Print Exporter for example does not support this feature) |
![]() | CreateExportDialog | Creates an export dialog window. |
![]() | CreateExportDocument | Must override to create the export document which contains the element being exported. |
![]() | GetExportContentTitle | Gets the export content title - this information tries to read the Title field of the document.Information attribute. |
![]() | GetExportTargetTitle | Gets the export target title - e.g. Export to PDF, Export to Raster etc. |
![]() | OnExportDocumentCreated | Called when the export document has been created. |
![]() | OnExporting | Called before the export performs an export of the content to some media. |
![]() | SaveToFileAsync | Must override in case CanSaveToFile() returns true to perform a save to file with the selected settings in the dialog (if any). |